home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / educate / quiz308.zip / QUIZ.PAR < prev    next >
Text File  |  1996-07-01  |  19KB  |  459 lines

  1.  
  2. Command line options:
  3.  
  4.      The "command line" refers to what was typed at the  DOS
  5. prompt to start the Create A Quiz program.  For example,  if
  6. your Create A Quiz disk is located in drive A:, your  screen
  7. should display an  "A>" prompt.   When you type  the letters
  8. "QUIZ" before  you press  the [ENTER]  key, you  are at  the
  9. "command line".
  10.  
  11.      Additional text  can be  appended to  the command  line
  12. after the key word "QUIZ"  that will instruct Create A  Quiz
  13. to perform certain functions not available through the  menu
  14. selections.
  15.  
  16.      Please  note  that  the   following  options  are   NOT
  17. available in the "Lite" version  of Create A Quiz.   Command
  18. line  options  are  only   available  in  the  full-featured
  19. Teacher's and Student's versions.
  20.  
  21.  
  22.      QUIZ filename.QZ
  23.  
  24.      If  a  name  of  an  existing  .QZ file is added on the
  25. command line after the key  word "QUIZ", then that .QZ  file
  26. will  be  automatically  presented  to  the  user  once  the
  27. program  starts.   In  such  cases  the  "Main Menu" will be
  28. skipped, and the  student will be  greeted with a  prompt to
  29. enter his name, followed by the quiz.  In the above  example
  30. replace  the  word  "filename"  with  the actual name of the
  31. quiz you  wish to  use.   If your  quiz is  called "MATH.QZ"
  32. then  you  must  enter  "QUIZ MATH.QZ"  on the  command line
  33. before  running  the  program.
  34.  
  35.      Command line instructions can be combined or placed  in
  36. any  order.   In  other  words,  the  following command line
  37. instructions are all acceptable:
  38.  
  39.      QUIZ TIMEOUT=10 QTY=20
  40.  
  41.      The  command  line  instructions  above  will cause the
  42. program to end after 10 minutes of play have  elapsed or  20
  43. random questions have been attempted, whichever comes first.
  44.  
  45.      The remainder of the command line options are listed
  46. below in ALPHABETICAL order:
  47.  
  48. ------------------------------------------------------------
  49.  
  50.      QUIZ COMMA=x
  51.  
  52.      This  command  line  option  is  only  useful for those
  53. users living outside of  North America.  Here's  the problem
  54. for our  international users:  In the  USA a  decimal number
  55. uses a "." period character to separate the fractional  part
  56. from  the  whole  number  (e.g.,  "$4.50",  or  "a 2.0 liter
  57. bottle  of  Coke".   In  European  countries,  however,  the
  58. practice is to use a comma "," instead of a "." period.   So
  59. in our  example above,  you would  have "$4,50",  or "a  2,0
  60. liter  bottle  of  Coke".   A  problem therefore exists when
  61. teachers are creating "fill-in-the-blank" quizzes since  the
  62. comma character  is used  to separate  each possible correct
  63. answer.   How  then  does  the  program  know the difference
  64. between a comma  used in a  decimal number and  a comma used
  65. to separate multiple fill-in-the-blank answers?  The  answer
  66. is to use  the COMMA=x parameter,  and replace "x"  with the
  67. actual  character  you  wish  to  use as a separator between
  68. multiple "fill-in-the-blank" answers.  We recommend using  a
  69. semi-colon "COMMA=;"  however you  may wish  to use  another
  70. character if you desire.
  71.  
  72.  
  73.      QUIZ CONFIRM
  74.  
  75.      For those  student of  yours who  are heavy  handed, or
  76. all  thumbs,  you  can  give  them the opportunity to change
  77. their answer/response to a  quiz by adding the  command line
  78. parameter "CONFIRM".   After the student  selects/inputs his
  79. response,  a  confirmation  window  will  appear  asking the
  80. student if he is sure that he wants to accept his  response,
  81. with an option to return to the question and choose/input  a
  82. different  answer.   After  the  student  has  confirmed his
  83. response, his response will be judged "Correct" or "Wrong".
  84.  
  85.  
  86.      QUIZ DISPLAY filename.QZ
  87.  
  88.      The above command line instructions force Create A Quiz
  89. into a continuous loop  using "filename.QZ".  When  a player
  90. is prompted for his name,  the program will insist that  the
  91. user input his FULL name, AND address, city, state, zip  and
  92. phone  number  before  they  can  participate  in  the  quiz
  93. specified  by  "filename.QZ".   This  "DISPLAY" command line
  94. instruction  (with  .QZ  file)  turns  Create A Quiz into an
  95. excellent  sales  or  promotional  tool  for  businesses and
  96. organizations.  For example,  a company that specializes  in
  97. selling  and  installing  home  water  filters  can create a
  98. "WATER.QZ" file that  presents several questions  that tests
  99. a  prospective  client's  knowledge  of tap water, chlorine,
  100. heavy metals, cost comparisons, etc.   If Create A Quiz  has
  101. been  started  with  the  "WATER.QZ  DISPLAY"  command  line
  102. instructions,  then  WATER.QZ  will  be  presented  to  each
  103. client  that  approaches  the  company's  computer  display.
  104. Each user's  name and  address are  stored in  a file called
  105. "USER.LST".  The "USER.LST" file can later be retrieved  and
  106. used to print  out mailing labels  or possible client  list.
  107. Should you  wonder how  to stop  Create A  Quiz from looping
  108. into eternity  in the  "DISPLAY" mode,  enter "GOODBYE" when
  109. the input window prompts for a user's full name.  Of  course
  110. you  could  reboot  your  computer,  but  that's  not   very
  111. graceful...
  112.  
  113.  
  114.      QUIZ ENFORCE QTY=15
  115.  
  116.      The  command  line  parameter  "ENFORCE" when used with
  117. "STOPAT=" or "STARTAT=" or "QTY=" parameters will prevent  a
  118. student from  exiting the  program/quiz until  the specified
  119. range or quantity of questions have been attempted.
  120.  
  121.  
  122.      QUIZ FIBCHAR=x
  123.  
  124.      The way Create A Quiz determines whether a question  is
  125. a multiple-choice  or fill-in-the-blank  type is  by use  of
  126. the  underscore  "_"  character.   If  an  "_"  appears in a
  127. question (anywhere) then  that question is  assumed to be  a
  128. multiple-choice  type  question.   However,  there are times
  129. where  you  would  prefer  to  have  a  different  character
  130. determine  this,  therefore  use  the FIBCHAR=x command line
  131. parameter  where  "x"  is  replaced  with  the actual single
  132. character  that  will  determine   whether  a  question   is
  133. fill-in-the-blank or not.
  134.  
  135.  
  136.      QUIZ LOGFILE=xxxx
  137.  
  138.      The command line  parameter LOGFILE=xxxx will  save ALL
  139. questions  and  choices  presented  to  the student, AND the
  140. student's response.   Replace "xxxx" with  a legal DOS  file
  141. name.   Included  in  this  log  file  will be the student's
  142. name,  quiz  name,  date,  time,  and a summary of attempts,
  143. correct responses, etc.
  144.  
  145.  
  146.      QUIZ LOG1ST
  147.  
  148.      The  command   line  parameter   LOG1ST  is   used   in
  149. conjunction with  the QUIZ.WHO  file (see  advanced features
  150. section).   LOG1ST  will  cause  the  student  input  prompt
  151. window to appear only once EVER.  If the student attempts  a
  152. second quiz on another day, there will be no expanded  input
  153. prompts  to  greet  them  (asking  for address, city, phone,
  154. whatever...).   How  does  the  program  know  whether   the
  155. student is using  the program for  the first time?   Because
  156. when  LOG1ST  is  used,  it  will  automatically  delete the
  157. QUIZ.WHO file if it exists.   Since the QUIZ.WHO is used  to
  158. determine what input prompts  are displayed, if it  does not
  159. exist, then no expanded prompts will appear.  So in  review,
  160. LOG1ST with a  QUIZ.WHO file will  cause an expanded  player
  161. input field  window to  display the  first time  the student
  162. uses a  quiz.   The program  will then  automatically delete
  163. the  QUIZ.WHO  file,  which  means  any  future  uses of the
  164. program will  NOT display  an expanded  player input  prompt
  165. window.
  166.  
  167.  
  168.      QUIZ LPT=filename
  169.  
  170.      This  parameter  allows  you  to  redirect printouts of
  171. quizzes  (from the  editor) to  an ASCII  disk file by using
  172. the command line parameter LPT=filename.  Replace "filename"
  173. with a legal DOS file name.
  174.  
  175.  
  176.      QUIZ NAME=xxxx
  177.  
  178.      This parameter allows you to pass the name of a  single
  179. student/user to Create  A Quiz.   By passing this  value the
  180. "Please  enter  your  name:"  prompt  will not appear when a
  181. student selects a quiz.  Example:   QUIZ NAME=MIKE   If  the
  182. name you are using consists of more than one name, then  use
  183. an underscore character "_"  to connect each name  (example:
  184. QUIZ NAME=MIKE_R._JONES).
  185.  
  186.  
  187.      QUIZ NODOC
  188.  
  189.      This